* some of the rendered #GdkPixbuf objects.
*
* Normally you would use gtk_widget_render_icon_pixbuf() instead of
- * using #GtkIconSet directly. The one case where you'd use
+ * using #GtkIconSet directly. The one case where you’d use
* #GtkIconSet is to create application-specific icon sets to place in
* a #GtkIconFactory.
*
* This function copies @source, so you can reuse the same source immediately
* without affecting the icon set.
*
- * An example of when you'd use this function: a web browser’s "Back
+ * An example of when you’d use this function: a web browser’s "Back
* to Previous Page" icon might point in a different direction in
* Hebrew and in English; it might look different when insensitive;
* and it might change size depending on toolbar mode (small/large
* dialog, returning the response ID corresponding to the button the user
* clicked.
*
- * For the simple dialog in the following example, in reality you'd probably
- * use #GtkMessageDialog to save yourself some effort. But you'd need to
+ * For the simple dialog in the following example, in reality you’d probably
+ * use #GtkMessageDialog to save yourself some effort. But you’d need to
* create the dialog contents manually if you had more than a simple message
* in the dialog.
*
* @GTK_WINDOW_TOPLEVEL: A regular window, such as a dialog.
* @GTK_WINDOW_POPUP: A special window such as a tooltip.
*
- * A #GtkWindow can be one of these types. Most things you'd consider a
+ * A #GtkWindow can be one of these types. Most things you’d consider a
* “window” should have type #GTK_WINDOW_TOPLEVEL; windows with this type
* are managed by the window manager and have a frame by default (call
* gtk_window_set_decorated() to toggle the frame). Windows with type
* @vadjustment: (allow-none): vertical scroll adjustment, or %NULL
*
* Creates a new #GtkLayout. Unless you have a specific adjustment
- * you'd like the layout to use for scrolling, pass %NULL for
+ * you’d like the layout to use for scrolling, pass %NULL for
* @hadjustment and @vadjustment.
*
* Return value: a new #GtkLayout
*
* Computes the effect of any tags applied to this spot in the
* text. The @values parameter should be initialized to the default
- * settings you wish to use if no tags are in effect. You'd typically
+ * settings you wish to use if no tags are in effect. You’d typically
* obtain the defaults from gtk_text_view_get_default_attributes().
*
* gtk_text_iter_get_attributes () will modify @values, applying the
*
* Obtains a copy of the default text attributes. These are the
* attributes used for text unless a tag overrides them.
- * You'd typically pass the default attributes in to
+ * You’d typically pass the default attributes in to
* gtk_text_iter_get_attributes() in order to get the
* attributes in effect at a given text position.
*
* @direction: direction of focus movement
*
* This function is used by custom widget implementations; if you're
- * writing an app, you'd use gtk_widget_grab_focus() to move the focus
+ * writing an app, you’d use gtk_widget_grab_focus() to move the focus
* to a particular widget, and gtk_container_set_focus_chain() to
* change the focus tab order. So you may want to investigate those
* functions instead.
* (rather than unsetting) the default widget it’s generally easier to
* call gtk_widget_grab_focus() on the widget. Before making a widget
* the default widget, you must call gtk_widget_set_can_default() on the
- * widget you'd like to make the default.
+ * widget you’d like to make the default.
**/
void
gtk_window_set_default (GtkWindow *window,